ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _LineShapeViewsBuilder<TPointView> Class / _buildLineShapeViews Method

In This Topic
    _buildLineShapeViews Method (_LineShapeViewsBuilder<TPointView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildLineShapeViews( _
       ByVal pointViews() As ISymbolPointView _
    ) As List(Of ILineShapeView)
    public List<ILineShapeView> _buildLineShapeViews( 
       ISymbolPointView[] pointViews
    )

    Parameters

    pointViews
    See Also